From c3429965938c9eebd1759e0db512d6550c57e131 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 9 Feb 2004 23:21:00 +0000 Subject: [PATCH] Set CDPATH to an empty string. --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index 264b99f6d33..cf572f25812 100644 --- a/Makefile.in +++ b/Makefile.in @@ -53,6 +53,10 @@ SHELL = /bin/sh +# This may not work with certain non-GNU make's. It only matters when +# inheriting a CDPATH not starting with the current directory. +CDPATH= + # If Make doesn't predefine MAKE, set it here. @SET_MAKE@ -- 2.30.2